Interface OSPFv6RouterInterface

All Superinterfaces:
IPCData, Pdu, Signal
All Known Implementing Classes:
OSPFv6RouterInterfaceImpl

public interface OSPFv6RouterInterface extends Pdu
  • Method Details

    • getType

      Byte getType()
      Returns:
      Byte Returns a Byte
    • setType

      void setType(Byte type)
      Parameters:
      type - Takes in a parameter of type
    • getMetric

      Short getMetric()
      Returns:
      Short Returns a Short
    • setMetric

      void setMetric(Short metric)
      Parameters:
      metric - Takes in a parameter of metric
    • getIntefaceId

      int getIntefaceId()
      Returns:
      int Returns a int
    • setIntefaceId

      void setIntefaceId(int intefaceId)
      Parameters:
      intefaceId - Takes in a parameter of intefaceId
    • getNeighborInterfaceId

      int getNeighborInterfaceId()
      Returns:
      int Returns a int
    • setNeighborInterfaceId

      void setNeighborInterfaceId(int neighborInterfaceId)
      Parameters:
      neighborInterfaceId - Takes in a parameter of neighborInterfaceId
    • getNeighborRouterId

      IPAddress getNeighborRouterId()
      Returns:
      IPAddress Returns a IPAddress
    • setNeighborRouterId

      void setNeighborRouterId(IPAddress neighborRouterId)
      Parameters:
      neighborRouterId - Takes in a parameter of neighborRouterId